Vapi Metadata Metamodel PrimitiveValue
The Vapi Metadata Metamodel PrimitiveValue schema contains value of the constant element.
{
"type": "string",
"boolean_value": false,
"double_value": "number",
"long_value": 0,
"string_value": "string"
}
Type of the constant value.
For more information see: Vapi Metadata Metamodel PrimitiveValue Type.
Boolean value of the constant.
This property is optional and it is only relevant when the value of type is Vapi Metadata Metamodel PrimitiveValue Type.BOOLEAN.
Double value of the constant.
This property is optional and it is only relevant when the value of type is Vapi Metadata Metamodel PrimitiveValue Type.DOUBLE.
Long value of the constant.
This property is optional and it is only relevant when the value of type is Vapi Metadata Metamodel PrimitiveValue Type.LONG.
String value of the constant.
This property is optional and it is only relevant when the value of type is Vapi Metadata Metamodel PrimitiveValue Type.STRING.